func text/template.findFunction

2 uses

	text/template (current package)
		exec.go#L597: 	function, isBuiltin, ok := findFunction(name, s.tmpl)
		funcs.go#L142: func findFunction(name string, tmpl *Template) (v reflect.Value, isBuiltin, ok bool) {